home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / FlashGauntlet.swf / scripts / frame_23 / PlaceObject2_77_26 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2001-07-14  |  265 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.player))
  3.    {
  4.       if(0 < _root.keys)
  5.       {
  6.          _root.keys -= 1;
  7.          setProperty(this, _X, -40);
  8.          setProperty(this, _Y, -40);
  9.          setProperty(this, _visible, 0);
  10.       }
  11.    }
  12. }
  13.